Duplicate the TIC strings before NULLing the GObject data.
authorJohn Ralls <jralls@ceridwen.us>
Tue, 8 Aug 2017 20:15:46 +0000 (23:15 +0300)
committerJohn Ralls <jralls@ceridwen.us>
Tue, 8 Aug 2017 20:21:55 +0000 (23:21 +0300)
commita2c4c54a2fa1e0a46ef426922c0ada5136c6e06b
tree8a72fe5cca3af46cc4b8a95024ea5b901c84ee9b
parentc25f619033ae981a26be136fe754fca93ad5f7a3
Duplicate the TIC strings before NULLing the GObject data.

NULLing the data strings in GObject frees and invalidates the pointers
returned by g_object_get_data so we need our own copy of the values.
modules/input/imquartz.c